home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 August 15 / CD [VMAG950815].bin / epson / m500ck.dxr / 00027.ls < prev    next >
Encoding:
Text File  |  1995-06-14  |  192 b   |  9 lines

  1. on mouseDown
  2.   puppetSprite(5, 1)
  3.   if rollOver(5) then
  4.     set psa to the name of cast mouseCast()
  5.     set aaa to the number of cast psa + 1
  6.   end if
  7.   set the castNum of sprite 5 to aaa
  8. end
  9.